home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / Misc / GMS / GMSDev / Includes / system / all.h next >
Encoding:
C/C++ Source or Header  |  1997-11-12  |  614 b   |  42 lines

  1. #ifndef SYSTEM_ALL_H
  2. #define SYSTEM_ALL_H TRUE
  3.  
  4. #ifndef SYSTEM_DEBUG_H
  5. #include <system/debug.h>
  6. #endif
  7.  
  8. #ifndef SYSTEM_GLOBALBASE_H
  9. #include <system/globalbase.h>
  10. #endif
  11.  
  12. #ifndef SYSTEM_EVENTS_H
  13. #include <system/events.h>
  14. #endif
  15.  
  16. #ifndef SYSTEM_MISC_H
  17. #include <system/misc.h>
  18. #endif
  19.  
  20. #ifndef SYSTEM_MODULES_H
  21. #include <system/modules.h>
  22. #endif
  23.  
  24. #ifndef SYSTEM_REGISTER_H
  25. #include <system/register.h>
  26. #endif
  27.  
  28. #ifndef SYSTEM_TASKS_H
  29. #include <system/tasks.h>
  30. #endif
  31.  
  32. #ifndef SYSTEM_TRACKING_H
  33. #include <system/tracking.h>
  34. #endif
  35.  
  36. #ifndef SYSTEM_TYPES_H
  37. #include <system/types.h>
  38. #endif
  39.  
  40. #endif /* SYSTEM_ALL_H */
  41.  
  42.